Skip to content

Commit d8e4acc

Browse files
committed
extend timeout on flaky sample test
1 parent bbde01a commit d8e4acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ describe('google.auth', async () => {
6969
});
7070
const vms = result.data;
7171
assert.strictEqual(typeof vms.kind, 'string');
72-
});
72+
}).timeout(10000);
7373
});
7474
});

0 commit comments

Comments
 (0)