diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/test/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/test/init.cxx b/libbuild2/test/init.cxx index 0a47842..47a73ba 100644 --- a/libbuild2/test/init.cxx +++ b/libbuild2/test/init.cxx @@ -220,7 +220,7 @@ namespace build2 m.test_timeout = parse_timeout (string (t, p + 1), tt); } else - m.test_timeout = parse_timeout (t, ot); + m.operation_timeout = parse_timeout (t, ot); } //@@ TODO: Need ability to specify extra diff options (e.g., |