Skip to content

Commit

Permalink
Progress reporting test: attempt to deflake.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=104657014
  • Loading branch information
laszlocsomor authored and damienmg committed Oct 5, 2015
1 parent 358db64 commit d3ec8ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public final class GenRuleAction extends SpawnAction {

private static final ResourceSet GENRULE_RESOURCES =
// Not chosen scientifically/carefully. 300MB memory, 100% CPU, 20% of total I/O.
// Not chosen scientifically/carefully. 300MB memory, 100% CPU, no I/O.
ResourceSet.createWithRamCpuIo(300, 1.0, 0.0);

public GenRuleAction(ActionOwner owner,
Expand Down

0 comments on commit d3ec8ff

Please sign in to comment.