Decreasing amount of CPU needed for CreateJobWithPulse as it's hanging on Travis CI.
This commit is contained in:
parent
f1b0c3dec3
commit
25b7a121de
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ func TestRealisClient_CreateJobWithPulse_Thermos(t *testing.T) {
|
||||||
Name("create_thermos_job_test").
|
Name("create_thermos_job_test").
|
||||||
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
|
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
|
||||||
ExecutorData(string(thermosPayload)).
|
ExecutorData(string(thermosPayload)).
|
||||||
CPU(1).
|
CPU(.5).
|
||||||
RAM(64).
|
RAM(64).
|
||||||
Disk(100).
|
Disk(100).
|
||||||
IsService(true).
|
IsService(true).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue