mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 17:34:57 +01:00
test_all: remove stray debug
This commit is contained in:
parent
4ab842198a
commit
e77dcb7f52
@ -339,7 +339,6 @@ func (r *Run) Init() {
|
|||||||
r.CmdLine = []string{"./" + r.BinaryName()}
|
r.CmdLine = []string{"./" + r.BinaryName()}
|
||||||
}
|
}
|
||||||
testTimeout := *timeout
|
testTimeout := *timeout
|
||||||
log.Printf("extra time: %f", r.ExtraTime)
|
|
||||||
if r.ExtraTime > 0 {
|
if r.ExtraTime > 0 {
|
||||||
testTimeout = time.Duration(float64(testTimeout) * r.ExtraTime)
|
testTimeout = time.Duration(float64(testTimeout) * r.ExtraTime)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user