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 76e43e5 commit 38123e9Copy full SHA for 38123e9
lib/plugin/stepTimeout.js
@@ -1,5 +1,5 @@
1
const event = require('../event')
2
-const TIMEOUT_ORDER = require('../step').TIMEOUT_ORDER
+const { TIMEOUT_ORDER } = require('../step/timeout')
3
4
const defaultConfig = {
5
timeout: 150,
0 commit comments