Reconcile canonical GnosysLabs/Hop publishing paths with accepted release implementation
CI / powershell-installer (push) Waiting to run
CI / test (push) Failing after 2m39s

Hop-State: A_06FN5C39XCC4JXJEAKVD5S0
Hop-Proposal: R_06FN5C2KP6Z8BKCP0KK1QZ0
Hop-Task: T_06FN3MBF98GWD4NA5PA1RWG
Hop-Attempt: AT_06FN5B04YJGZ2NFP2TJWM1R
This commit is contained in:
Hop
2026-07-11 12:38:41 -07:00
parent de99aad4d4
commit aad987e762
16 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -508,7 +508,7 @@ func TestOpenProjectInsideFinalValidationDoesNotReacquireAcceptanceLock(t *testi
if openErr != nil {
t.Fatal(openErr)
}
case <-time.After(2 * time.Second):
case <-time.After(10 * time.Second):
t.Fatal("OpenProject deadlocked by reacquiring the acceptance lock")
}
}