Using the akka.test.timefactor setting (default is 1), you can increase or decrease all timeouts in your tests (this can be useful when performing tests on a wide variety of machines in terms of performance). These methods use the following value as maximum duration: akka.test.single-expect-default (3 seconds by default), multiplied by the akka.test.timefactor mentioned above.