From 77b243ca083766d988ffdc017d38c0dc4abb766e Mon Sep 17 00:00:00 2001 From: Jan Rabe Date: Wed, 17 Jul 2024 16:03:38 +0200 Subject: [PATCH] increased time limit --- Tests/KhanTests/KhanTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/KhanTests/KhanTests.swift b/Tests/KhanTests/KhanTests.swift index da83067..6902455 100644 --- a/Tests/KhanTests/KhanTests.swift +++ b/Tests/KhanTests/KhanTests.swift @@ -68,7 +68,7 @@ class KhanTests: XCTestCase { expectation.fulfill() } - await fulfillment(of: [expectation], timeout: 0.3) + await fulfillment(of: [expectation], timeout: 5.0) } // MARK: - Deadlock Tests @@ -111,7 +111,7 @@ class KhanTests: XCTestCase { expectation.fulfill() } - await fulfillment(of: [expectation], timeout: 0.5) + await fulfillment(of: [expectation], timeout: 5.0) } // MARK: - Dependency Order Tests