aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/gna/bug040/testsuite.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/gna/bug040/testsuite.sh b/testsuite/gna/bug040/testsuite.sh
index da0f172ab..44b2f0c96 100755
--- a/testsuite/gna/bug040/testsuite.sh
+++ b/testsuite/gna/bug040/testsuite.sh
@@ -3,7 +3,11 @@
. ../../testenv.sh
analyze *.vhd
-elab_simulate tb --stop-time=4us
+if ghdl_is_interpretation; then
+ elab_simulate tb --stop-time=1us
+else
+ elab_simulate tb --stop-time=4us
+fi
clean