From 4a3f75514daf5a953ff5cf1e5b048567423f998f Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 27 Feb 2014 16:43:35 -0600 Subject: [PATCH] fine travis, let's try waiting longer --- js/ext/angular/test/directive/ionicBar.unit.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/ext/angular/test/directive/ionicBar.unit.js b/js/ext/angular/test/directive/ionicBar.unit.js index 2661f51dd8..44dd2cef3e 100644 --- a/js/ext/angular/test/directive/ionicBar.unit.js +++ b/js/ext/angular/test/directive/ionicBar.unit.js @@ -14,7 +14,7 @@ describe('Ionic Header Bar', function() { }); //wait for headerBar View to align() the title - waits(10); + waits(500); runs(function(){ var headerView = el.isolateScope().headerBarView; @@ -30,7 +30,7 @@ describe('Ionic Header Bar', function() { }); //wait for headerBar View to align() the title - waits(10); + waits(500); runs(function(){ var headerView = el.isolateScope().headerBarView; @@ -45,7 +45,7 @@ describe('Ionic Header Bar', function() { }); //wait for headerBar View to align() the title - waits(10); + waits(500); runs(function(){ var headerView = el.isolateScope().headerBarView;