From 1d044a719c68488dd90cef2faf5b1101c005ab4c Mon Sep 17 00:00:00 2001 From: Eyantra698Sumanto Date: Tue, 25 Jan 2022 19:34:39 +0530 Subject: revert simulation wait count to 10 --- src/frontEnd/Application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index 2620fc9c..aa441405 100644 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -588,7 +588,7 @@ class Application(QtWidgets.QMainWindow): # Fail Safe ===> count += 1 - if count >= 1000: + if count >= 10: print( "Ngspice taking too long for simulation. " "Check netlist file (*.cir.out) " -- cgit