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

View File

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