mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
more wait timing during tests (#58)
This commit is contained in:
parent
e34125f046
commit
69374622db
@ -120,7 +120,7 @@ func TestRackParamsError(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestRackParamsSet(t *testing.T) {
|
||||
testClient(t, func(e *cli.Engine, i *mocksdk.Interface) {
|
||||
testClientWait(t, 50*time.Millisecond, func(e *cli.Engine, i *mocksdk.Interface) {
|
||||
i.On("SystemGet").Return(fxSystem(), nil).Once()
|
||||
opts := structs.SystemUpdateOptions{
|
||||
Parameters: map[string]string{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user