Skip to content

Commit 780ea47

Browse files
committed
increase ws messages waiting time
1 parent 4503a48 commit 780ea47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/chain-simulator/websocket.subscriptions.cs-e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ describe('Websocket subscriptions e2e tests', () => {
207207
await axios.post(`${config.chainSimulatorUrl}/simulator/generate-blocks/10`);
208208

209209
log("Waiting for WS messages...");
210-
await new Promise(resolve => setTimeout(resolve, 20000));
210+
await new Promise(resolve => setTimeout(resolve, 30000));
211211

212212
} catch (e: any) {
213213
console.error("Error in beforeAll:", e.message);

0 commit comments

Comments
 (0)