Commit d5cf134
authored
Change retry timing for SUSEConnect (#347)
Retry less time but wait double the time between each retry. Without
this change, the retry is orking properly in detecting the error and run
the command again, in particular zypper error 7.
Problem is, in PAYG images, the first retry that does not fails for a
collision with another zypper process, report some modules as not
Registered: it is something not expected for a PAYG image.
Waiting more time can give time to the image itself (cloudregister) to
register all modules.1 parent 1023fb5 commit d5cf134
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments