Skip to content

Commit

Permalink
[202311][conflict][GCU]Extend timeout to 10min (#15475)
Browse files Browse the repository at this point in the history
  • Loading branch information
wen587 authored Nov 12, 2024
1 parent 0baed98 commit c2c5a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generic_config_updater/gu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DEFAULT_CHECKPOINT_NAME = "test"
GCU_FIELD_OPERATION_CONF_FILE = "gcu_field_operation_validators.conf.json"
GET_HWSKU_CMD = "sonic-cfggen -d -v DEVICE_METADATA.localhost.hwsku"
GCUTIMEOUT = 240
GCUTIMEOUT = 600

BASE_DIR = os.path.dirname(os.path.realpath(__file__))
FILES_DIR = os.path.join(BASE_DIR, "files")
Expand Down

0 comments on commit c2c5a46

Please sign in to comment.