Skip to content

Commit e2de17d

Browse files
authored
Merge pull request #228 from ut-code/increase-rust-timeout
rustテストのtimeoutを伸ばす
2 parents 2e3c343 + c49fa8a commit e2de17d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/runtime/tests/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const RUNTIME_TIMEOUTS: Record<RuntimeLang, number> = {
88
javascript: 2000,
99
typescript: 2000,
1010
cpp: 10000,
11-
rust: 10000,
11+
rust: 20000,
1212
};
1313

1414
export async function waitForRuntimeReady(

0 commit comments

Comments
 (0)