slightly delay the start of spec execution

Because #tap method does not work when use a high performance machine
This commit is contained in:
Watson
2013-02-26 13:51:09 +09:00
parent e06dc257af
commit 1466028bac

View File

@@ -308,7 +308,7 @@ EOS
- (void)appLaunched:(id)notification
{
// Give a bit of time for the simulator to attach...
[self performSelector:@selector(runSpecs) withObject:nil afterDelay:0.2];
[self performSelector:@selector(runSpecs) withObject:nil afterDelay:0.3];
}
- (void)runSpecs