Skip to content

Commit e482d94

Browse files
Change const timeout to double
Co-authored-by: Copilot <[email protected]>
1 parent 9254b47 commit e482d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal class InputActionsEditorTests : UIToolkitBaseTestWindow<InputActionsEdi
1616
{
1717
#region setup and teardown
1818
InputActionAsset m_Asset;
19-
const float kTimeoutSecs = 10.0f;
19+
const double kTimeoutSecs = 10.0;
2020

2121
public override void OneTimeSetUp()
2222
{

0 commit comments

Comments
 (0)