Skip to content
Snippets Groups Projects
Commit 25e2aba4 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Merge branch 'increase-unit-tests-delay' into 'main'

Increase delay between unit tests cases which validate VC/VP

See merge request eclipse/xfsc/tsa/signer!18
parents c5ebc5e8 9bac26c2
Branches
No related tags found
No related merge requests found
......@@ -515,7 +515,7 @@ func TestService_CredentialProof(t *testing.T) {
}
})
time.Sleep(1 * time.Second)
time.Sleep(2 * time.Second)
}
}
......@@ -716,7 +716,7 @@ func TestService_PresentationProof(t *testing.T) {
assert.NotEmpty(t, vp.Proofs[0]["jws"])
})
time.Sleep(1 * time.Second)
time.Sleep(2 * time.Second)
}
}
......@@ -880,7 +880,7 @@ func TestService_CreateCredential(t *testing.T) {
}
})
time.Sleep(1 * time.Second)
time.Sleep(2 * time.Second)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment