Browse Source

test(core): Attempt to make import test less flaky

Michael Bromley 6 years ago
parent
commit
4422e0c6c4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/core/e2e/import.e2e-spec.ts

+ 1 - 2
packages/core/e2e/import.e2e-spec.ts

@@ -128,6 +128,5 @@ describe('Import resolver', () => {
 
         expect(productResult.products.totalItems).toBe(4);
         expect(productResult.products.items).toMatchSnapshot();
-        return;
-    }, 10000);
+    }, 20000);
 });