Skip to content

Commit f6b6134

Browse files
committed
Up the timeout of git pull system command
1 parent 934c730 commit f6b6134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_script_manager/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
logger = logging.getLogger("netbox.plugins.netbox_script_manager")
1313

1414
# Timeout of git system commands in seconds
15-
GIT_TIMEOUT = 5
15+
GIT_TIMEOUT = 30
1616

1717
# Fields not included when saving script input
1818
EXCLUDED_POST_FIELDS = ["csrfmiddlewaretoken", "_schedule_at", "_interval", "_run", "_commit"]

0 commit comments

Comments
 (0)