increase delay for improving test reliability under hudson
This commit is contained in:
parent
ad2ef7f31c
commit
4ba5e47f32
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
);
|
||||
- }, 1);
|
||||
+ }, 10);
|
||||
+ }, 100);
|
||||
};
|
||||
|
||||
var shutdown = function () {
|
||||
|
|
Loading…
Reference in New Issue