try adding longer timeout to try and make travis stop timing out

This commit is contained in:
Keegan
2016-02-29 15:19:28 +11:00
parent aa30ef7d7a
commit 7def2f741d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -74,6 +74,8 @@ describe('Clay', function() {
it('handles the "showConfiguration" event if autoHandleEvents is not false',
function() {
this.timeout(10000); // 10 seconds
stubPebble();
var clay = fixture.clay([]);