mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
add more waits to tests with logs (#59)
This commit is contained in:
parent
69374622db
commit
27b329d4c9
@ -97,7 +97,7 @@ func TestScaleUpdateError(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestScaleUpdateClassic(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(fxSystemClassic(), nil)
|
||||
i.On("FormationUpdate", "app1", "web", structs.ServiceUpdateOptions{Count: options.Int(3), Cpu: options.Int(5), Memory: options.Int(10)}).Return(nil)
|
||||
i.On("AppGet", "app1").Return(fxAppUpdating(), nil).Twice()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user