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

Commit

Permalink
Increase timeout in system test (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots authored Feb 4, 2017
1 parent 61e21fb commit b885487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system-test/test-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
});
Expand Down

0 comments on commit b885487

Please sign in to comment.