Skip to content

Commit 38123e9

Browse files
author
DavertMik
committed
fix failed timeout tests
1 parent 76e43e5 commit 38123e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugin/stepTimeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const event = require('../event')
2-
const TIMEOUT_ORDER = require('../step').TIMEOUT_ORDER
2+
const { TIMEOUT_ORDER } = require('../step/timeout')
33

44
const defaultConfig = {
55
timeout: 150,

0 commit comments

Comments
 (0)