summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/regress/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/README.md b/test/regress/README.md
index 772332c3e..e1ac79976 100644
--- a/test/regress/README.md
+++ b/test/regress/README.md
@@ -22,10 +22,10 @@ By default, each invocation of CVC4 is done with a 10 minute timeout. To use a
different timeout, set the `TEST_TIMEOUT` environment variable:
```
-TEST_TIMEOUT=0.5s make regress0
+TEST_TIMEOUT=0.5 make regress0
```
-This runs regression tests from level 0 with a 0,5 second timeout.
+This runs regression tests from level 0 with a 0.5 second timeout.
## Adding New Regressions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback