increase delay for improving test reliability under hudson

This commit is contained in:
akhil 2014-01-15 11:49:12 -08:00
parent ad2ef7f31c
commit 4ba5e47f32
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
}
);
- }, 1);
+ }, 10);
+ }, 100);
};
var shutdown = function () {