Skip to content

Commit

Permalink
Merge pull request #543 from flatcar/tormath1/locksmith-go122
Browse files Browse the repository at this point in the history
locksmith: set max semaphore to 3
  • Loading branch information
tormath1 committed Jul 29, 2024
2 parents a915ad1 + 8299ca8 commit 9bbcbda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kola/tests/locksmith/locksmith.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ func locksmithCluster(c cluster.TestCluster) {
}

c.MustSSH(machs[0], "locksmithctl status")
c.MustSSH(machs[0], "locksmithctl set-max 3")

ctx, cancel := context.WithTimeout(context.Background(), 10*time.Minute)
defer cancel()
Expand Down

0 comments on commit 9bbcbda

Please sign in to comment.