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 7651b91 commit dd09f18Copy full SHA for dd09f18
lib/listener/globalTimeout.js
@@ -22,9 +22,11 @@ module.exports = function () {
22
// add separate configs to them?
23
event.dispatcher.on(event.hook.started, hook => {
24
if (hook instanceof BeforeSuiteHook) {
25
+ timeout = null
26
suiteTimeout = []
27
}
28
if (hook instanceof AfterSuiteHook) {
29
30
31
32
})
0 commit comments