Skip to content

Commit

Permalink
test: increase timeout as it consistently fails on GitHub Actions macos
Browse files Browse the repository at this point in the history
while it always passed on my own macOS machine.
  • Loading branch information
haoqunjiang committed Nov 14, 2022
1 parent 57a14f6 commit 0657897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/edgeCases.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ test('proper dedupe on src-imports with options', done => {
]
}
}, res => assertComponent(res, done))
}, 10000)
}, 30000)

// #1351
test('use with postLoader', done => {
Expand Down

0 comments on commit 0657897

Please sign in to comment.