'make test' for installing Python takes how many hours to finish?? Mine is running for more than 8h!
by dedec0 from LinuxQuestions.org on (#5FX3J)
Today, i downloaded Python 3.9.2 from python.org (MD5 sum and signature verified), then i read README.srt file, saw the instructions asking to do 4 commands:
Code: ./configure
make
make test
sudo make install'make test' for Python takes how many hours to finish?? Mine is running for more than 8h!
'make' did not take long to finish. But 'make test' started at 11:02:29, now is 19:29:13, and the command is still running! More than 8h and 20 minutes long! The computer has a 2700.000 MHz processor, with 4 cores. In the first hours, all the CPUs were being used close to 100%. But now, they are fairly stable around 50% (all the 4, as i checked in the system monitor a few times).
Is this the normal time for Python testing itself?


Code: ./configure
make
make test
sudo make install'make test' for Python takes how many hours to finish?? Mine is running for more than 8h!
'make' did not take long to finish. But 'make test' started at 11:02:29, now is 19:29:13, and the command is still running! More than 8h and 20 minutes long! The computer has a 2700.000 MHz processor, with 4 cores. In the first hours, all the CPUs were being used close to 100%. But now, they are fairly stable around 50% (all the 4, as i checked in the system monitor a few times).
Is this the normal time for Python testing itself?