mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 00:27:19 -04:00
try adding longer timeout to try and make travis stop timing out
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -74,6 +74,8 @@ describe('Clay', function() {
|
|||||||
|
|
||||||
it('handles the "showConfiguration" event if autoHandleEvents is not false',
|
it('handles the "showConfiguration" event if autoHandleEvents is not false',
|
||||||
function() {
|
function() {
|
||||||
|
this.timeout(10000); // 10 seconds
|
||||||
|
|
||||||
stubPebble();
|
stubPebble();
|
||||||
var clay = fixture.clay([]);
|
var clay = fixture.clay([]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user