Skip to content

Commit

Permalink
give an extra second
Browse files Browse the repository at this point in the history
  • Loading branch information
mstdokumaci committed Oct 27, 2019
1 parent 9e9fc73 commit 072b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/data-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const handler = require('serve-handler')
const http = require('http')
const puppeteer = require('puppeteer')

test('browser - data size', { timeout: 4000 }, async t => {
test('browser - data size', { timeout: 5000 }, async t => {
const master = create()
const server = master.listen(7070)

Expand Down

0 comments on commit 072b36f

Please sign in to comment.