Skip to content

Commit 6224cd2

Browse files
committed
Make async tests wait longer
1 parent 6462f25 commit 6224cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/graphs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('Function Plot', () => {
4545
// This adds an artificial spin only on functions that are labeled with [async]
4646
if (snippet.testName.indexOf('[async]') >= 0) {
4747
await new Promise((resolve) => {
48-
setTimeout(resolve, 100)
48+
setTimeout(resolve, 3000)
4949
})
5050
}
5151

0 commit comments

Comments
 (0)