Increased the timeout even more.

This commit is contained in:
Rossen Hristov
2015-10-14 13:35:26 +03:00
parent 273b6456d3
commit 2ccfa22321

View File

@ -24,7 +24,7 @@ import scrollViewModule = require("ui/scroll-view");
// </snippet>
var ASYNC = 2;
var ASYNC = 5;
var tmp: buttonModule.Button;
var newPage: page.Page;