Decreasing amount of CPU needed for CreateJobWithPulse as it's hanging on Travis CI.

This commit is contained in:
Renan DelValle 2018-08-13 16:55:43 -07:00
parent f1b0c3dec3
commit 25b7a121de
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -171,7 +171,7 @@ func TestRealisClient_CreateJobWithPulse_Thermos(t *testing.T) {
Name("create_thermos_job_test").
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
ExecutorData(string(thermosPayload)).
CPU(1).
CPU(.5).
RAM(64).
Disk(100).
IsService(true).