Write the full StackTraceElement in TimeoutException message instead of the file name and line number only
The package of the file/class is displayed
The method in which the checkpoint is located is displayed
In test runners of IDEs, the TimeoutException will be displayed in a console and the console is formated in order to make the StackTraceElements clickable
Motivation:
Write the full StackTraceElement in TimeoutException message instead of the file name and line number only