소스 검색

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()