Makes the timeout for version update check test longer.
This commit is contained in:
parent
dd1310d40a
commit
1e7d4fe2b0
|
@ -13,7 +13,7 @@ class VersionUpdateApiTests: XCTestCase {
|
||||||
XCTFail(error.localizedDescription)
|
XCTFail(error.localizedDescription)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.wait(for: [exp], timeout: 3.0)
|
self.wait(for: [exp], timeout: 20.0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue