We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc40b0 commit 3b54b5cCopy full SHA for 3b54b5c
cmd/roborev/postcommit_test.go
@@ -212,7 +212,7 @@ func TestPostCommitTimesOutOnSlowDaemon(t *testing.T) {
212
t.Fatal("RoundTrip was never called; timeout not exercised")
213
}
214
215
- if elapsed > time.Second {
+ if elapsed > 3*time.Second {
216
t.Errorf(
217
"command took %v; should return promptly via timeout",
218
elapsed,
flake.nix
@@ -15,7 +15,7 @@
15
packages = {
16
default = pkgs.buildGoModule {
17
pname = "roborev";
18
- version = "0.44.3";
+ version = "0.45.0";
19
20
src = ./.;
21
0 commit comments