Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit b885487

Browse files
authored
Increase timeout in system test (#231)
1 parent 61e21fb commit b885487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system-test/test-controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ var debug = require('../src/debug.js')();
3232

3333

3434
describe('Controller', function() {
35+
this.timeout(60 * 1000);
3536

3637
it('should register successfully', function(done) {
3738
var controller = new Controller(debug);
3839
var debuggee =
3940
new Debuggee({
40-
project: process.env.GCLOUD_PROJECT,
41+
project: process.env.GCLOUD_PROJECT,
4142
uniquifier: 'test-uid-' + Date.now(),
4243
description: 'this is a system test'
4344
});

0 commit comments

Comments
 (0)