Skip to content

Commit a03bf2f

Browse files
committed
Fix unit tests
1 parent 2b9cd80 commit a03bf2f

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)