You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intnewTimeout=EditorGUILayout.IntField(newGUIContent("Test Timeout (seconds)","Timeout in seconds for test execution"),settings.TestTimeoutSeconds);
112
+
intnewTimeout=EditorGUILayout.IntField(newGUIContent("Request Timeout (seconds)","Timeout in seconds for tool request"),settings.RequestTimeoutSeconds);
113
113
if(newTimeout<60)
114
114
{
115
115
newTimeout=60;
116
-
Debug.LogError("Test timeout must be at least 60 seconds.");
116
+
Debug.LogError("Request timeout must be at least 60 seconds.");
0 commit comments