Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Dec 7, 2023
1 parent be41c4f commit 34310df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/liveTable.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('liveTable', () => {
});

const timeout = new Promise<void>((_resolve, reject) => {
timer = setTimeout(() => reject(error || new Error('No messages(?!)')), 1000);
timer = setTimeout(() => reject(error || new Error('No messages(?!)')), 3000);
});

await Promise.race([success, timeout]);
Expand Down

0 comments on commit 34310df

Please sign in to comment.