Skip to content

Commit 8a0f9e2

Browse files
author
Tom Kirkpatrick
committed
test: increase delay to 200
1 parent 4d4aad4 commit 8a0f9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mixin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const rabbit = require('rabbot')
77
const requireUncached = require('./common').requireUncached
88

99
const TEST_APP = path.join(__dirname, 'fixtures/test-server/server.js')
10-
const DELAY = 50
10+
const DELAY = 200
1111

1212
describe('Mixin', function() {
1313
let app = null

0 commit comments

Comments
 (0)