There was an error while loading. Please reload this page.
1 parent 4ad9180 commit 0c85008Copy full SHA for 0c85008
2 files changed
.github/workflows/ci-win.yml
@@ -1,7 +1,7 @@
1
name: Windows Arm64/x86_64 CI/Nightly
2
3
on:
4
- # pull_request: {} # Uncomment to run in CI mode to build ELD PR branch.
+ pull_request: {} # Uncomment to run in CI mode to build ELD PR branch.
5
schedule:
6
# 9:00 PM Central
7
- cron: '0 2 * * *'
test/lit.cfg
@@ -42,7 +42,7 @@ def which(cmdline):
42
config.name = 'eld'
43
44
# Default per-test timeout in seconds.
45
-config.maxIndividualTestTime = 120
+config.maxIndividualTestTime = 300
46
47
# testFormat: The test format to use to interpret tests.
48
#
0 commit comments