Skip to content

Commit 31f9767

Browse files
authored
nextest.toml: Try removing the windows unit test timeout (#2077)
Ran CI multiple times in the PR, seems to be ok?
1 parent 6a97daa commit 31f9767

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.config/nextest.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,3 @@ filter = 'package(~vmm_tests)'
4747
# VMM tests contain their own watchdog timer, but keep an extra long timer
4848
# here as a backup.
4949
slow-timeout = { period = "10m", terminate-after = 1 }
50-
51-
# TEMP (hopefully): For reasons that continue to befuddle, running Windows
52-
# release-mode unit tests in flowey CI is resulting in seemingly-random
53-
# tests occationally stalling by up to ~10 seconds.
54-
#
55-
# This did not occur in the "legacy" non-flowey CI, and so the question becomes:
56-
# what subtle different in execution environments between the new pipeline and
57-
# the old pipeline is causing this different behavior?
58-
[[profile.ci.overrides]]
59-
platform = 'cfg(windows)'
60-
slow-timeout = { period = "1s", terminate-after = 30 }

0 commit comments

Comments
 (0)