Gatling Frontline timeout error after 5 minutes

All of our simulation runs are timing out with the following error after 5 minutes exactly.

Compilation failed: java.util.concurrent.TimeoutException
at io.gatling.frontline.pipeline.task.TaskWithTimeout$PimpedActorSystem$.$anonfun$withTimeout$1(TaskWithTimeout.scala:25)
at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:202)
at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:41)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:49)
at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Failed to compile. Terminating instances

This is happening across all of our simulations (individual & multiple scenario simulations) and happens both when using local instance and when using an AWS Pool.

Is there a global setting for a simulation run timeout?