Merge "Make test_options.timeout an int64"
This commit is contained in:
commit
76acdadaf7
|
@ -39,7 +39,7 @@ type robolectricProperties struct {
|
|||
|
||||
Test_options struct {
|
||||
// Timeout in seconds when running the tests.
|
||||
Timeout *string
|
||||
Timeout *int64
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue