Skip to content

Commit 11d1eb8

Browse files
committed
Use default jest timeout
1 parent 0dbc535 commit 11d1eb8

File tree

1 file changed

+0
-2
lines changed
  • dev-packages/node-integration-tests/suites/tracing-experimental/apollo-graphql

1 file changed

+0
-2
lines changed

dev-packages/node-integration-tests/suites/tracing-experimental/apollo-graphql/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { conditionalTest } from '../../../utils';
22
import { createRunner } from '../../../utils/runner';
33

4-
jest.setTimeout(10000);
5-
64
// Node 10 is not supported by `graphql-js`
75
// Ref: https://github.com/graphql/graphql-js/blob/main/package.json
86
conditionalTest({ min: 12 })('GraphQL/Apollo Tests', () => {

0 commit comments

Comments
 (0)