Skip to content

Commit

Permalink
Revert "fix(jsonnet): add higher timeout for tests (#799)"
Browse files Browse the repository at this point in the history
This reverts commit a232b37.
  • Loading branch information
alnr committed Aug 6, 2024
1 parent a6c81be commit 2d48764
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsonnetsecure/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"os"
"runtime"
"testing"
"time"
)

type (
Expand Down Expand Up @@ -45,7 +44,6 @@ func (p *TestProvider) JsonnetVM(ctx context.Context) (VM, error) {
WithProcessIsolatedVM(ctx),
WithProcessPool(p.pool),
WithJsonnetBinary(p.jsonnetBinary),
WithExecTimeout(time.Second*5),
), nil
}

Expand Down

0 comments on commit 2d48764

Please sign in to comment.