Lowering timeout to avoid flaky test for bad payload timeout.
This commit is contained in:
parent
f9d86550c5
commit
6804cffca2
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ func TestRealisClient_CreateService(t *testing.T) {
|
|||
timeoutClient, err := realis.NewRealisClient(
|
||||
realis.SchedulerUrl(auroraURL),
|
||||
realis.BasicAuth("aurora", "secret"),
|
||||
realis.TimeoutMS(10),
|
||||
realis.TimeoutMS(5),
|
||||
)
|
||||
require.NoError(t, err)
|
||||
defer timeoutClient.Close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue