Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
# The emulator regression tests are very fast.
# If we need something even faster we can use "/smoke" here.
test_subdir = "/regression"
timeout = "300"
timeout = "900"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has conflicts to resolve now, fyi.

d4fd7cb increased the timeout to 720. Do we still want 900?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect the 12min timeout will be sufficient. Once the refs are bumped in rocm-libraries we should have a better idea. I'll keep this open until we know it's not necessary.

elif test_type == "regression":
test_subdir = "/regression"
timeout = "300"
timeout = "900"

cmd = [
"ctest",
Expand Down
Loading