We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6462f25 commit 6224cd2Copy full SHA for 6224cd2
test/e2e/graphs.test.ts
@@ -45,7 +45,7 @@ describe('Function Plot', () => {
45
// This adds an artificial spin only on functions that are labeled with [async]
46
if (snippet.testName.indexOf('[async]') >= 0) {
47
await new Promise((resolve) => {
48
- setTimeout(resolve, 100)
+ setTimeout(resolve, 3000)
49
})
50
}
51
0 commit comments