Skip to content

Commit 974894c

Browse files
authored
Merge pull request #3419 from ControlSystemStudio/CSSTUDIO-3268
Fix unit tests
2 parents b82a9bd + a03bf2f commit 974894c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/save-and-restore/src/test/java/org/phoebus/service/saveandrestore/web/config/ControllersTestConfig.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,9 @@ public WebSocketHandler webSocketHandler(){
142142
return Mockito.mock(WebSocketHandler.class);
143143
}
144144

145+
@Bean
146+
public long connectionTimeout(){
147+
return 5000;
148+
}
149+
145150
}

0 commit comments

Comments
 (0)