Skip to content

Commit

Permalink
500 extra ms ensures that a leave/drop will happen
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Jan 9, 2024
1 parent 44a956c commit b5b20e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ test('NUClearNet emits leave events', async () => {

return cleanUp;
},
{ timeout: 1000 },
{ timeout: 1500 },
);
});

Expand Down

0 comments on commit b5b20e5

Please sign in to comment.