Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c8f959

Browse files
committedDec 3, 2024··
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

+1-1
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)
Please sign in to comment.