Reducing the resources used by CreateJob test.

This commit is contained in:
Renan DelValle 2019-02-15 16:38:09 -08:00
parent d2502f2a93
commit 6db0825caa
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -188,9 +188,9 @@ func TestRealisClient_CreateJob_Thermos(t *testing.T) {
Name("create_thermos_job_test").
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
ExecutorData(string(thermosPayload)).
CPU(.5).
RAM(64).
Disk(100).
CPU(.1).
RAM(16).
Disk(50).
IsService(true).
InstanceCount(2).
AddPorts(1)