runtime: increase initial_time

This commit is contained in:
Sebastien Bourdeauducq 2014-09-15 22:47:19 +08:00
parent 11d8840277
commit 8bf7b27a89
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class LinkInterface:
class Environment(LinkInterface):
def __init__(self, ref_period):
self.ref_period = ref_period
self.initial_time = 2000
self.initial_time = 4000
def emit_object(self):
tm = lt.TargetMachine.new(triple="or1k", cpu="generic")