runtime: increase initial time

This leaves some time for DDS FUD operations to complete.
This commit is contained in:
Sebastien Bourdeauducq 2014-09-12 15:34:29 +08:00
parent 16b2d9f177
commit a60e6237bf
1 changed files with 1 additions and 1 deletions

View File

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