mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-17 23:15:02 +08:00
slightly delay the start of spec execution
Because #tap method does not work when use a high performance machine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user