Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal change #3002

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -343,6 +343,13 @@ enum Test implements PropertyName {
/** Locator of test engine stub. */
_TEST_ENGINE_LOCATOR;

/** Test property format for MH flash wait time for flashing quota. */
public static final String FORMAT_FLASH_WAIT_FOR_QUOTA_DURATION_MILLIS =
"flash_wait_millis_for_quota_%s";

/** Test property format for MH flash actual time (excluding waiting for quota). */
public static final String FORMAT_FLASH_DURATION_MILLIS = "flash_millis_%d_attempt_%s";

/**
* Name prefix of the test property that contains the decorator run time in milliseconds.
*
Expand Down
Loading