Skip to content

Commit 90e0fb9

Browse files
committed
Increase timeout for build_AzCVMEmu_policy_and_test.sh to complete.
1 parent 75b3214 commit 90e0fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-emu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
242242
# Run the script with timeout
243243
set +e
244-
timeout 600 ./sh_script/build_AzCVMEmu_policy_and_test.sh --mock-report
244+
timeout 900 ./sh_script/build_AzCVMEmu_policy_and_test.sh --mock-report
245245
EXIT_CODE=$?
246246
set -e
247247

0 commit comments

Comments
 (0)