fine travis, let's try waiting longer

This commit is contained in:
Tim Lancina
2014-02-27 16:43:35 -06:00
parent 6754a83a6a
commit 4a3f75514d

View File

@@ -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;