Skip to content

Commit

Permalink
Increase test expectation wait time for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Feb 11, 2023
1 parent fadaca3 commit c81dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SwiftkubeClientTests/K3dConfigMapTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ final class K3dConfigMapTests: K3dTestCase {
deletedConfigMap.fulfill()
}

wait(for: [deletedConfigMap], timeout: 10)
wait(for: [deletedConfigMap], timeout: 30)
}

func testWatch() async {
Expand Down

0 comments on commit c81dd0f

Please sign in to comment.