Skip to content

Commit d82b87b

Browse files
committed
timeout伸ばす
1 parent 5ab3405 commit d82b87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/terminal/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function defineTests(
1212
(
1313
{
1414
python: 2000,
15-
cpp: 5000,
15+
cpp: 10000,
1616
} as Record<RuntimeLang, number>
1717
)[lang]
1818
);

0 commit comments

Comments
 (0)