Skip to content

Commit

Permalink
test(batching#176): increase timeout for parallel, was still not enou…
Browse files Browse the repository at this point in the history
…gh for slow Node 4
  • Loading branch information
DxCx committed Jan 24, 2017
1 parent 3c249eb commit f0127a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-server-integration-testsuite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export default (createApp: CreateAppFunc, destroyApp?: DestroyAppFunc) => {
// this test will fail due to timeout if running serially.
const parallels = 100;
const delayPerReq = 40;
this.timeout(2000);
this.timeout(3000);

app = createApp();
const expected = Array(parallels).fill({
Expand Down

0 comments on commit f0127a4

Please sign in to comment.