Skip to content

Commit 5a7af33

Browse files
authored
Increase test timeout to de-flake testes in Google3 (#11643)
Increase test timeout to de-flake testes in Google3
1 parent 54f1b1b commit 5a7af33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseDynamicLinks/Tests/Unit/FIRDynamicLinkNetworkingTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
static NSString *const kAPIKey = @"myfakeapikey";
2727
const NSInteger kJSONParsingErrorCode = 3840;
2828
static NSString *const kURLScheme = @"gindeeplinkurl";
29-
static const NSTimeInterval kAsyncTestTimout = 0.5;
29+
static const NSTimeInterval kAsyncTestTimout = 5.0;
3030

3131
@interface FIRDynamicLinkNetworkingTests : XCTestCase
3232

FirebaseDynamicLinks/Tests/Unit/FIRDynamicLinksTest.m

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

50-
static const NSTimeInterval kAsyncTestTimout = 1.0;
50+
static const NSTimeInterval kAsyncTestTimout = 5.0;
5151

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

0 commit comments

Comments
 (0)