diff --git a/lib/motion/project/builder.rb b/lib/motion/project/builder.rb index 52a94e7e..fe62bd26 100644 --- a/lib/motion/project/builder.rb +++ b/lib/motion/project/builder.rb @@ -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