There was an error while loading. Please reload this page.
2 parents 2e3c343 + c49fa8a commit e2de17dCopy full SHA for e2de17d
1 file changed
packages/runtime/tests/utils.ts
@@ -8,7 +8,7 @@ export const RUNTIME_TIMEOUTS: Record<RuntimeLang, number> = {
8
javascript: 2000,
9
typescript: 2000,
10
cpp: 10000,
11
- rust: 10000,
+ rust: 20000,
12
};
13
14
export async function waitForRuntimeReady(
0 commit comments