Skip to content

Commit

Permalink
Increase test timeout to de-flake testes in Google3 (#11643)
Browse files Browse the repository at this point in the history
Increase test timeout to de-flake testes in Google3
  • Loading branch information
eldhosembabu authored Aug 2, 2023
1 parent 54f1b1b commit 5a7af33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
static NSString *const kAPIKey = @"myfakeapikey";
const NSInteger kJSONParsingErrorCode = 3840;
static NSString *const kURLScheme = @"gindeeplinkurl";
static const NSTimeInterval kAsyncTestTimout = 0.5;
static const NSTimeInterval kAsyncTestTimout = 5.0;

@interface FIRDynamicLinkNetworkingTests : XCTestCase

Expand Down
2 changes: 1 addition & 1 deletion FirebaseDynamicLinks/Tests/Unit/FIRDynamicLinksTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@"https://sample.page.link?link=%@&isi=585027354";
static NSString *const kURLScheme = @"gindeeplinkurl";

static const NSTimeInterval kAsyncTestTimout = 1.0;
static const NSTimeInterval kAsyncTestTimout = 5.0;

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

0 comments on commit 5a7af33

Please sign in to comment.