increase swipe check timout to allow for test browser speed

This commit is contained in:
John Bender 2011-03-25 23:59:22 -07:00
parent 004860c209
commit c7ed33cfeb

View file

@ -270,7 +270,7 @@
//NOTE the start in the event closure won't be fired, fire it here
start();
}, opts.timeout + 10);
}, opts.timeout + 400);
stop();
};