Skip to content

Commit 4adfeb6

Browse files
DominicKramerJustinBeckwith
authored andcommitted
chore: increase system test timeout (#245)
1 parent 4b1c846 commit 4adfeb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/error-reporting/system-test/error-reporting.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import * as util from 'util';
3434
import * as path from 'path';
3535

3636
const ERR_TOKEN = '_@google_STACKDRIVER_INTEGRATION_TEST_ERROR__';
37-
const TIMEOUT = 30000;
37+
const TIMEOUT = 60000;
3838

3939
const envKeys = [
4040
'GOOGLE_APPLICATION_CREDENTIALS',
@@ -411,7 +411,7 @@ describe('Error Reporting API', () => {
411411
].forEach(testCase => {
412412
it(`should return an expected message ${testCase.name}`,
413413
function(this, done) {
414-
this.timeout(30000);
414+
this.timeout(60000);
415415
const API = 'https://clouderrorreporting.googleapis.com/v1beta1';
416416
const key = testCase.getKey();
417417
request.post(

0 commit comments

Comments
 (0)