diff --git a/KifTests/LinphoneTestCase.m b/KifTests/LinphoneTestCase.m index afa40aaeb..b0aa88ab9 100644 --- a/KifTests/LinphoneTestCase.m +++ b/KifTests/LinphoneTestCase.m @@ -10,9 +10,15 @@ #import "LinphoneManager.h" +#import + @implementation LinphoneTestCase - ++ (void)initialize { + // default is 0.01, which sometimes confuses the simulator to the point that + // it will miss some keys + [KIFTypist setKeystrokeDelay:0.1]; +} - (NSString *)accountUsername { return @"testios";