Skip to content

Commit c81dd0f

Browse files
committed
Increase test expectation wait time for linux build
1 parent fadaca3 commit c81dd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftkubeClientTests/K3dConfigMapTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ final class K3dConfigMapTests: K3dTestCase {
8585
deletedConfigMap.fulfill()
8686
}
8787

88-
wait(for: [deletedConfigMap], timeout: 10)
88+
wait(for: [deletedConfigMap], timeout: 30)
8989
}
9090

9191
func testWatch() async {

0 commit comments

Comments
 (0)