forked from M-Labs/artiq
runtime: increase initial time
This leaves some time for DDS FUD operations to complete.
This commit is contained in:
parent
16b2d9f177
commit
a60e6237bf
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue