浏览代码

DEVS model works and we can end up in the interface selection

Yentl Van Tendeloo 9 年之前
父节点
当前提交
6ec04617ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      model/model.py

+ 1 - 1
model/model.py

@@ -507,6 +507,6 @@ args = {
 
 model = System(**args)
 sim = Simulator(model)
-sim.setTerminationTime(90000)
+sim.setTerminationTime(900000)
 #sim.setVerbose()
 sim.simulate()