support float delays

This commit is contained in:
Shreyas Goenka 2025-03-06 13:45:53 +01:00
parent 3811d24e58
commit 0404dc4531
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ type ServerStub struct {
Response testserver.Response
// Artificial delay in seconds to simulate slow responses.
DelaySeconds int
DelaySeconds float64
}
// FindConfigs finds all the config relevant for this test,