Skip to content
Snippets Groups Projects
Commit 329710ae authored by 邹毅贤's avatar 邹毅贤
Browse files

Test case should wait for next loop to build chain chain in each 5 seconds

parent 2a924dcb
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ func Test_Destroy(t *testing.T) {
func Test_List(t *testing.T) {
registryDirectory, _ := normalRegistryDir()
time.Sleep(4e9)
time.Sleep(6e9)
assert.Len(t, registryDirectory.List(&invocation.RPCInvocation{}), 3)
assert.Equal(t, true, registryDirectory.IsAvailable())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment