Skip to content

Commit 9b0e617

Browse files
Update Assets/Tests/InputSystem.Editor/UIToolkitBaseTestWindow.cs
Co-authored-by: Copilot <[email protected]>
1 parent bfaf110 commit 9b0e617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Tests/InputSystem.Editor/UIToolkitBaseTestWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class UIToolkitBaseTestWindow<T> where T : EditorWindow
1616
{
1717
protected T m_Window;
18-
protected const double kDefaultTimeoutSecs = 10.0f;
18+
protected const double kDefaultTimeoutSecs = 10.0;
1919

2020
#region setup and teardown
2121
[OneTimeSetUp]

0 commit comments

Comments
 (0)