Skip to content

Commit

Permalink
expand timeout for stage 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Nov 6, 2022
1 parent f0a27db commit 38473ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/tester_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package internal

import (
testerutils "github.com/codecrafters-io/tester-utils"
"time"
)

var testerDefinition = testerutils.TesterDefinition{
Expand Down Expand Up @@ -49,6 +50,7 @@ var testerDefinition = testerutils.TesterDefinition{
Title: "Combining Character Classes",
TestFunc: testCombiningCharacterClasses,
ShouldRunPreviousStages: true,
Timeout: 20 * time.Second,
},
{
Number: 7,
Expand Down

0 comments on commit 38473ea

Please sign in to comment.