Skip to content
Snippets Groups Projects
Commit 9b104313 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'bump timeout' (#361) from fix-testes into master

parents 0cceca4a 0aa25957
Branches
Tags
No related merge requests found
......@@ -99,7 +99,7 @@ class CommandServiceITCase {
.build();
Command persistedCommand = commandService.createCommand(request);
verify(commandService, timeout(500)).setCommandFinished(eq(persistedCommand.getId()), any());
verify(commandService, timeout(60000)).setCommandFinished(eq(persistedCommand.getId()), any());
Optional<Command> commandOpt = commandService.findCommand(persistedCommand.getId());
assertThat(commandOpt).isPresent();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment