Revert "Shorter delays for faster tests"

This reverts commit f02a1e2d8781f7d5e4d7bdfca094b8a74b1f94ce.
This commit is contained in:
Hanno Cornelius 2022-06-01 18:18:17 +02:00
parent f02a1e2d87
commit 78e7853177
No known key found for this signature in database
GPG Key ID: 081F615B3EDEF8DE

View File

@ -97,7 +97,7 @@ export default function runAll(nodes) {
});
await Promise.all(relayPromises);
await delay(5000);
await delay(30000);
console.log(messages);
@ -174,7 +174,7 @@ export default function runAll(nodes) {
});
await Promise.all(relayPromises);
await delay(5000);
await delay(30000);
console.log(messages);