We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7f81c commit e0fc525Copy full SHA for e0fc525
dev-packages/node-integration-tests/suites/tracing-experimental/apollo-graphql/test.ts
@@ -1,8 +1,6 @@
1
import { conditionalTest } from '../../../utils';
2
import { createRunner } from '../../../utils/runner';
3
4
-jest.setTimeout(10000);
5
-
6
// Node 10 is not supported by `graphql-js`
7
// Ref: https://github.com/graphql/graphql-js/blob/main/package.json
8
conditionalTest({ min: 12 })('GraphQL/Apollo Tests', () => {
0 commit comments