Skip to content

Commit

Permalink
restored timeout for pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 1, 2024
1 parent 8a0850d commit 10fda65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/pytest.go
Expand Up @@ -144,7 +144,7 @@ func PythonTest(params PythonTestArgs) error {
}

pytestOptions := []string{
"--timeout=120",
"--timeout=90",
"--durations=20",
// Enable -x to stop at the first failing test
// "-x",
Expand Down

0 comments on commit 10fda65

Please sign in to comment.