Skip to content

Commit 6c8f959

Browse files
committed
fixup! Increase timeout
1 parent ae904c4 commit 6c8f959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/latch/src/debugger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ integration.test(dumpEventsTest);
313313

314314
const oop = framework.suite('Test Out-of-place primitives');
315315

316-
oop.testee('supervisor[:8100] - proxy[:8150]', new OutofPlaceSpecification(8100, 8150), {timeout: 4000});
316+
oop.testee('supervisor[:8100] - proxy[:8150]', new OutofPlaceSpecification(8100, 8150), {timeout: 20000});
317317

318318
oop.test({
319319
title: `Test store primitive`,

0 commit comments

Comments
 (0)