Makes the timeout for version update check test longer.

This commit is contained in:
zonble 2022-01-18 18:50:35 +08:00
parent dd1310d40a
commit 1e7d4fe2b0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class VersionUpdateApiTests: XCTestCase {
XCTFail(error.localizedDescription)
}
}
self.wait(for: [exp], timeout: 3.0)
self.wait(for: [exp], timeout: 20.0)
}
}