Skip to content

Commit 0c85008

Browse files
committed
[Testing] Increase lit timeout
Increase the timeout to 5 minutes to fix failing Windows runs. Fix: #1773 Signed-off-by: Steven Ramirez Rosa <ramirezr@qti.qualcomm.com>
1 parent 4ad9180 commit 0c85008

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Windows Arm64/x86_64 CI/Nightly
22

33
on:
4-
# pull_request: {} # Uncomment to run in CI mode to build ELD PR branch.
4+
pull_request: {} # Uncomment to run in CI mode to build ELD PR branch.
55
schedule:
66
# 9:00 PM Central
77
- cron: '0 2 * * *'

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def which(cmdline):
4242
config.name = 'eld'
4343

4444
# Default per-test timeout in seconds.
45-
config.maxIndividualTestTime = 120
45+
config.maxIndividualTestTime = 300
4646

4747
# testFormat: The test format to use to interpret tests.
4848
#

0 commit comments

Comments
 (0)