Commit 618a75f
authored
Move time forward instead of backwards (#2426)
We are seeing the reproducibility check failing due to an SSL error.
This appears to be because GitHub renewed their TLS certificate, with a
"not before" date of today, which is in conflict with the change we are
making to that VM.
To avoid removing the check, this changes it to move time forward by a
day and 11 hours instead of backwards, with the **assumption** that
GitHub would renew the certificate with more than two days left in its
expiry. If this fails again we might have to remove the check
altogether.1 parent b080b2a commit 618a75f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments