Compare commits

...

2 Commits

Author SHA1 Message Date
Robinson abf4c16238
Hardcoded project name 2023-08-05 12:26:33 -06:00
Robinson 8a676baa30
Fixed readme typo 2023-07-23 16:34:30 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,7 @@ try {
runBlocking {
Executor()
.command("java", "-version")
.timeout(60, TimeUnit.SECONDS)
.start()
.start(60, TimeUnit.SECONDS)
}
} catch (e: TimeoutException) {
// process is automatically destroyed

View File

@ -13,3 +13,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
rootProject.name = "Executor"