diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-12-04 20:08:22 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-12-06 18:15:14 +0100 |
commit | a3430a8053020555ae7e80cb37732f44d59085d9 (patch) | |
tree | ae4e5fa05f2c446bcf7395fae0bf21f53053bcca /inttest | |
parent | 74e69faebeb76d0796c3ce7d543beb73db145f5f (diff) |
inttest/rgen1: increase retest timeout (30s -> 60s)
The current default (30s) causes inttest/rgen1 to timeout too often. Add
retest.config to double the timeout.
Diffstat (limited to 'inttest')
-rw-r--r-- | inttest/rgen1/retest.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inttest/rgen1/retest.config b/inttest/rgen1/retest.config new file mode 100644 index 0000000..a04233c --- /dev/null +++ b/inttest/rgen1/retest.config @@ -0,0 +1 @@ +{timeout, 60000}. |