aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/repro/repro.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/repro/repro.go b/pkg/repro/repro.go
index 51b055640..492e4673a 100644
--- a/pkg/repro/repro.go
+++ b/pkg/repro/repro.go
@@ -354,9 +354,9 @@ func (ctx *context) extractProgBisect(entries []*prog.LogEntry, baseDuration tim
for _, entry := range entries {
prog.Calls = append(prog.Calls, entry.P.Calls...)
}
+ dur := duration(len(entries)) * 3 / 2
// Execute the program without fault injection.
- dur := duration(len(entries)) * 3 / 2
crashed, err := ctx.testProg(prog, dur, opts)
if err != nil {
return nil, err