Skip to content

Commit

Permalink
Tolerate lack of mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
nplrkn committed Oct 23, 2023
1 parent ecd68f7 commit 16e7c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock-du/ue-sim/ue-sim.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func provisionUeInFree5GC(ue *RanUeContext) {
}()
select {
case <-time.After(1 * time.Second):
log.Fatal("Timed out trying to provision Ue in MongoDb")
log.Print("Timed out trying to provision Ue in MongoDb - carry on")
case <-done:
return
}
Expand Down

0 comments on commit 16e7c31

Please sign in to comment.