Skip to content

Commit

Permalink
test: increase delay to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick committed Feb 14, 2017
1 parent 4d4aad4 commit 8a0f9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mixin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const rabbit = require('rabbot')
const requireUncached = require('./common').requireUncached

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

describe('Mixin', function() {
let app = null
Expand Down

0 comments on commit 8a0f9e2

Please sign in to comment.