We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6b6de commit 15b24f4Copy full SHA for 15b24f4
test/ping-pong/user-local/src/index.mjs
@@ -72,7 +72,7 @@ async function localTest() {
72
}
73
74
// Wait for sometime at the end to retrieve balance to include any transactions sent by the other use
75
-await new Promise(resolving => setTimeout(resolving, 200000));
+await new Promise(resolving => setTimeout(resolving, 20 * TX_WAIT)); // TODO get balance waiting working well
76
const endBalance = await retrieveL2Balance(nf3);
77
78
if (endBalance - startBalance === 2 * value + value * TEST_LENGTH) {
0 commit comments