Skip to content

Commit

Permalink
[202305][conflict][GCU]Extend timeout to 10min
Browse files Browse the repository at this point in the history
  • Loading branch information
wen587 committed Nov 8, 2024
1 parent 3da9e10 commit 6d78d23
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 @@ -13,7 +13,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


def generate_tmpfile(duthost):
Expand Down

0 comments on commit 6d78d23

Please sign in to comment.