forked from TrueCloudLab/restic
Hopefully fix flaky TestLockWaitCancel test
This commit is contained in:
parent
20e82d1fcf
commit
76253b2a20
1 changed files with 1 additions and 1 deletions
|
@ -289,10 +289,10 @@ func TestLockWaitCancel(t *testing.T) {
|
|||
retryLock := 200 * time.Millisecond
|
||||
cancelAfter := 40 * time.Millisecond
|
||||
|
||||
start := time.Now()
|
||||
ctx, cancel := context.WithCancel(context.TODO())
|
||||
time.AfterFunc(cancelAfter, cancel)
|
||||
|
||||
start := time.Now()
|
||||
lock, _, err := lockRepo(ctx, repo, retryLock, env.gopts.JSON)
|
||||
duration := time.Since(start)
|
||||
|
||||
|
|
Loading…
Reference in a new issue