Skip to content

Commit a75c13a

Browse files
Juhyung Parkmergify[bot]
authored andcommitted
Set timeout to closing nodes in tests
1 parent 57f35c6 commit a75c13a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/e2e.dynval/setup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ export function withNodes(
5656
nodes.push(...newNodes);
5757
});
5858
suite.afterEach(async function() {
59+
this.timeout(2000);
60+
this.slow(1000);
5961
if (this.currentTest!.state === "failed") {
6062
nodes.map(node => node.keepLogs());
6163
}

0 commit comments

Comments
 (0)