Skip to content

Commit bd9f2f5

Browse files
committed
Increase timeout to reduce flakes
1 parent 550ebbd commit bd9f2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseDynamicLinks/Tests/Unit/FIRDynamicLinksTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@"https://sample.page.link?link=%@&isi=585027354";
4949
static NSString *const kURLScheme = @"gindeeplinkurl";
5050

51-
static const NSTimeInterval kAsyncTestTimout = 0.5;
51+
static const NSTimeInterval kAsyncTestTimout = 1.0;
5252

5353
/**
5454
* This string was generated by percent-encoding the Tactile URL for the Tokyo American Club in

0 commit comments

Comments
 (0)