[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU poke 3.90.0 timeout
From: |
Jose E. Marchesi |
Subject: |
Re: GNU poke 3.90.0 timeout |
Date: |
Tue, 23 Jan 2024 11:04:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> On two platforms (Alpine Linux 3.13/s390x and Debian 12/powerpc), poke 3.90.1
> (+ the committed patches) compiles fine, but "make check" fails:
>
> Running /home/bruno/poke-3.90.1.3/testsuite/poke.repl/repl.exp ...
> ...
> ERROR: Failed to spawn
> /home/bruno/poke-3.90.1.3/build/testsuite/../poke/poke (timeout)
>
> Find attached the two log files.
>
> Where is this timeout defined? How can it be increased?
$ expect
expect1.1> puts $timeout
10
expect1.2> set timeout 20
The above is in seconds.