good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8db9d44c authored by Felix Lange's avatar Felix Lange
Browse files

Merge pull request #2025 from karalabe/windows-account-unlock-testfix

accounts: increase re-lock timeout to account for slow CI servers
parents 2d4c2289 2e43414c
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ func TestTimedUnlock(t *testing.T) {
}
// Signing fails again after automatic locking
time.Sleep(150 * time.Millisecond)
time.Sleep(350 * time.Millisecond)
_, err = am.Sign(a1, testSigData)
if err != ErrLocked {
t.Fatal("Signing should've failed with ErrLocked timeout expired, got ", err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment