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

Commit

Permalink
Cleanup config
Browse files Browse the repository at this point in the history
  • Loading branch information
duck8823 committed Nov 28, 2018
1 parent 3fd0d1d commit 53db3bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/service/runner/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,9 @@ func TestRunnerImpl_Run_NonNormal(t *testing.T) {

// and
application.Config.Job.Timeout = 1
defer func() {
application.Config.Job.Timeout = 600
}()

mockDocker := mock_docker.NewMockService(ctrl)
mockDocker.EXPECT().
Expand Down

0 comments on commit 53db3bb

Please sign in to comment.