mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fine travis, let's try waiting longer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user