Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
duck8823 committed Nov 28, 2018
1 parent 3fd0d1d commit f4429f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/service/runner/task_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package runner_test

import (
"context"
"github.com/duck8823/duci/application"
"github.com/duck8823/duci/application/service/docker"
"github.com/duck8823/duci/application/service/docker/mock_docker"
"github.com/duck8823/duci/application/service/runner"
Expand All @@ -14,6 +15,9 @@ import (

func TestDockerTaskRunner_Run(t *testing.T) {
// given
application.Config.Job.Timeout = 6000

// and
dir, rmDir := tmpDir(t)
defer rmDir()

Expand Down

0 comments on commit f4429f7

Please sign in to comment.