Skip to content

Commit

Permalink
updated timeout for python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 7, 2024
1 parent 9a6cefd commit 9d2ce88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/pytest.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func PythonTest(params PythonTestArgs) error {
}

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

0 comments on commit 9d2ce88

Please sign in to comment.