Commit 5af1a7a
committed
tests: Fix timing race in legacy ConfigMap upgrade test
The test for legacy ConfigMap migration was failing due to a timing race
condition. The MAC entry was becoming stale too quickly (after 1 minute)
before the test could verify the "occupied" state.
Changed the stale timeout from 1 minute to 3 minutes in
simulateSoonToBeStaleEntryInConfigMap() to give the test sufficient
time.
Signed-off-by: Ram Lavi <ralavi@redhat.com>1 parent 51fa973 commit 5af1a7a
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
436 | 437 | | |
437 | 438 | | |
438 | 439 | | |
| |||
0 commit comments