Commit 9747d62d authored by gwenn's avatar gwenn

Fix race condition with tip.

parent 62e8c6e4
......@@ -93,6 +93,7 @@ func TestBusyHandler(t *testing.T) {
*b = true
}
//c <- true
time.Sleep(time.Millisecond)
return true
}, &called)
......
Markdown is supported
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