Skip to content

Commit

Permalink
[GCU] Extend timeout to 10min (sonic-net#15434)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
update timeout introduced in sonic-net#14881

How did you do it?
increase

How did you verify/test it?
E2E
  • Loading branch information
wen587 authored Nov 8, 2024
1 parent ed98bdd commit 151b07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/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 151b07c

Please sign in to comment.