Merge "Make test_options.timeout an int64"

This commit is contained in:
Colin Cross 2019-05-31 03:11:22 +00:00 committed by Gerrit Code Review
commit 76acdadaf7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ type robolectricProperties struct {
Test_options struct {
// Timeout in seconds when running the tests.
Timeout *string
Timeout *int64
}
}