Commit 54b6660
authored
Fix unit test stability with testing job name generation (#248)
Since the job name generation depends on timestamps being unique,
if the two names were generated quickly enough, the names could end
up being the same despite the code's logic being correct. Adding a
sleep statement in the test should fix this.1 parent 91c4e20 commit 54b6660
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
386 | 387 | | |
387 | 388 | | |
388 | 389 | | |
| 390 | + | |
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
| |||
0 commit comments