We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9254b47 commit e482d94Copy full SHA for e482d94
Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs
@@ -16,7 +16,7 @@ internal class InputActionsEditorTests : UIToolkitBaseTestWindow<InputActionsEdi
16
{
17
#region setup and teardown
18
InputActionAsset m_Asset;
19
- const float kTimeoutSecs = 10.0f;
+ const double kTimeoutSecs = 10.0;
20
21
public override void OneTimeSetUp()
22
0 commit comments