Skip to content

Commit

Permalink
DO NOT MERGE: test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Aug 20, 2024
1 parent 34afe61 commit d5416db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var (
taintRemovalInitialDelay = 1 * time.Second
// taintRemovalBackoff is the exponential backoff configuration for node taint removal
taintRemovalBackoff = wait.Backoff{
Duration: 500 * time.Millisecond,
Duration: 502 * time.Millisecond,
Factor: 2,
Steps: 10, // Max delay = 0.5 * 2^9 = ~4 minutes
}
Expand Down
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tt:

0 comments on commit d5416db

Please sign in to comment.