Skip to content

Commit 55c1f01

Browse files
author
Enzo Desiage
committed
Merge branch 'mraszyk/spec-compliance-test-delegation-expiry' into 'master'
increase delegation expiry in spec_compliance tests This MR is supposed to **reduce** spec_compliance **test flakiness** due to errors of the form ``` 2023-05-24 14:15:12.709 INFO[test:StdOut] two delegations, two targets, webauthn RSA: FAIL (83.37s) 2023-05-24 14:15:12.709 INFO[test:StdOut] src/IC/Test/Spec.hs:2442: 2023-05-24 14:15:12.709 INFO[test:StdOut] Status 400 is not 2xx 2023-05-24 14:15:12.709 INFO[test:StdOut] Specified sender delegation has expired: 2023-05-24 14:15:12.709 INFO[test:StdOut] Provided expiry: 2023-05-24 14:14:53.782558270 UTC 2023-05-24 14:15:12.709 INFO[test:StdOut] Local replica time: 2023-05-24 14:15:12.672540370 UTC ``` See merge request dfinity-lab/public/ic!12583
2 parents 8f56d68 + 2fef439 commit 55c1f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ http_archive(
437437
package(default_visibility = ["//visibility:public"])
438438
filegroup(name = "artifacts", srcs = glob(["build/*", "test-data/*"]), visibility = ["//visibility:public"])
439439
""",
440-
sha256 = "6ae6664fc6f5879b7ca9f7a1f3262c9a2d6f0118238759d222049a29b4c523b4",
441-
urls = ["https://download.dfinity.systems/ic-ref/ic-ref-test-0.0.1-a1b3f670-x86_64-linux.tar.gz"],
440+
sha256 = "9e612fd69ce20a165723a72ab65c4b6e5d30f33c7beb2121e98275584fa54705",
441+
urls = ["https://download.dfinity.systems/ic-ref/ic-ref-test-0.0.1-d3812ffc-x86_64-linux.tar.gz"],
442442
)
443443

444444
# Deployed NNS canisters

0 commit comments

Comments
 (0)