diff options
Diffstat (limited to 'test/tcl/rep045.tcl')
| -rw-r--r-- | test/tcl/rep045.tcl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/tcl/rep045.tcl b/test/tcl/rep045.tcl index 34d6d81c..35761088 100644 --- a/test/tcl/rep045.tcl +++ b/test/tcl/rep045.tcl @@ -1,6 +1,6 @@ # See the file LICENSE for redistribution information. # -# Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved. # # $Id$ # @@ -241,6 +241,10 @@ proc rep045_sub { method tnum logset largs } { if { $version > $maxversion } { set version 1 } + # Instant Internal Init can be trigger becasue + # databases were deleted, so clobber the timeout + # again. + $menv test force noarchive_timeout } # Signal to child that we are done. |
