From 2e3dc5db9e47860310476186ccbf5b931868abc0 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Wed, 16 May 2018 15:17:43 -0700 Subject: [PATCH] chore: timeout for system test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e9fe89..a6c3036 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts", "test": "repo-tools test run --cmd npm -- run cover", "samples-test": "cd samples/ && npm link ../ && npm test && cd ../", - "system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts" + "system-test": "repo-tools test run --cmd mocha -- system-test/*.js --timeout 600000" }, "dependencies": { "@google-cloud/common": "^0.17.0",