Skip to content

Commit

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

type (
Expand Down Expand Up @@ -44,6 +45,7 @@ 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 a232b37

Please sign in to comment.