mirror of
https://github.com/restic/restic.git
synced 2025-10-09 12:41:58 +00:00
Hopefully fix flaky TestLockWaitCancel test
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user