Skip to content

Commit b41e978

Browse files
Merge pull request #167 from SKaiNET-developers/ci/browser-mocha-timeout-parity
test: 60s browser Mocha timeout for parity with the engine repo
2 parents 3d1a2b5 + 77b3a6c commit b41e978

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ subprojects {
7777
if (name == "jsBrowserTest" || name == "wasmJsBrowserTest") {
7878
failOnNoDiscoveredTests = false
7979
enabled = includeBrowserTests
80+
// Generous Mocha timeout (default is 2s): browser engines — wasmJs
81+
// especially — run slower under CI/parallel load, so a heavier test
82+
// can exceed the default before it finishes computing. Mirrors the
83+
// engine repo's per-module bump. Harmless for the fast tests here.
84+
useMocha { timeout = "60s" }
8085
}
8186
}
8287
}

0 commit comments

Comments
 (0)