Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 85e9485

Browse files
committed
increase timeout for test
1 parent 6d23566 commit 85e9485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tasks/ods-build-sbt_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package tasks
33
import (
44
"path/filepath"
55
"testing"
6+
"time"
67

78
"github.com/opendevstack/pipeline/pkg/pipelinectxt"
89

@@ -18,6 +19,7 @@ func TestTaskODSBuildSbt(t *testing.T) {
1819
},
1920
map[string]tasktesting.TestCase{
2021
"task should build sbt sample app": {
22+
Timeout: 10 * time.Minute,
2123
WorkspaceDirMapping: map[string]string{"source": "sbt-sample-app"},
2224
PreRunFunc: func(t *testing.T, ctxt *tasktesting.TaskRunContext) {
2325
wsDir := ctxt.Workspaces["source"]

0 commit comments

Comments
 (0)