Skip to content

Commit

Permalink
fixup! Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tolauwae committed Dec 3, 2024
1 parent ae904c4 commit 23def53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/latch/src/debugger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ integration.test(dumpEventsTest);

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

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

oop.test({
title: `Test store primitive`,
Expand Down

0 comments on commit 23def53

Please sign in to comment.