mirror of
https://github.com/logos-messaging/waku-tests.git
synced 2026-01-02 14:23:07 +00:00
Shorter delays for faster tests
This commit is contained in:
parent
926830942e
commit
f02a1e2d87
4
index.js
4
index.js
@ -97,7 +97,7 @@ export default function runAll(nodes) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await Promise.all(relayPromises);
|
await Promise.all(relayPromises);
|
||||||
await delay(30000);
|
await delay(5000);
|
||||||
|
|
||||||
console.log(messages);
|
console.log(messages);
|
||||||
|
|
||||||
@ -174,7 +174,7 @@ export default function runAll(nodes) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await Promise.all(relayPromises);
|
await Promise.all(relayPromises);
|
||||||
await delay(30000);
|
await delay(5000);
|
||||||
|
|
||||||
console.log(messages);
|
console.log(messages);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user