mirror of https://github.com/databricks/cli.git
support float delays
This commit is contained in:
parent
3811d24e58
commit
0404dc4531
|
@ -69,7 +69,7 @@ type ServerStub struct {
|
||||||
Response testserver.Response
|
Response testserver.Response
|
||||||
|
|
||||||
// Artificial delay in seconds to simulate slow responses.
|
// Artificial delay in seconds to simulate slow responses.
|
||||||
DelaySeconds int
|
DelaySeconds float64
|
||||||
}
|
}
|
||||||
|
|
||||||
// FindConfigs finds all the config relevant for this test,
|
// FindConfigs finds all the config relevant for this test,
|
||||||
|
|
Loading…
Reference in New Issue