diff --git a/system-test/test-controller.js b/system-test/test-controller.js index 4a0c5e92..e3551ed4 100644 --- a/system-test/test-controller.js +++ b/system-test/test-controller.js @@ -32,12 +32,13 @@ var debug = require('../src/debug.js')(); describe('Controller', function() { + this.timeout(60 * 1000); it('should register successfully', function(done) { var controller = new Controller(debug); var debuggee = new Debuggee({ - project: process.env.GCLOUD_PROJECT, + project: process.env.GCLOUD_PROJECT, uniquifier: 'test-uid-' + Date.now(), description: 'this is a system test' });