Skip to content

Commit

Permalink
Increase timeout to wait results for _XCT_testBundleReadyWithProtocol…
Browse files Browse the repository at this point in the history
…Version:minimumVersion:
  • Loading branch information
fr0l committed Sep 17, 2020
1 parent 951a256 commit ee4e262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCTestBootstrap/TestManager/FBTestBundleConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#import "FBTestManagerAPIMediator.h"
#import "FBTestBundleResult.h"

static NSTimeInterval BundleReadyTimeout = 60; // Time for `_XCT_testBundleReadyWithProtocolVersion` to be called after the 'connect'.
static NSTimeInterval BundleReadyTimeout = 120; // Time for `_XCT_testBundleReadyWithProtocolVersion` to be called after the 'connect'.
static NSTimeInterval CrashCheckWaitLimit = 200; // Time to wait for crash report to be generated.

typedef NSString *FBTestBundleConnectionState NS_STRING_ENUM;
Expand Down

0 comments on commit ee4e262

Please sign in to comment.