Fix the timeout issues when running framework tests.
commitc38100a138fd265e7aaec41cb28edff3e0dae516
authorJoel Marcey <joelm@fb.com>
Tue, 5 Nov 2013 23:11:46 +0000 (5 15:11 -0800)
committerSara Golemon <sgolemon@fb.com>
Wed, 6 Nov 2013 17:29:17 +0000 (6 09:29 -0800)
treedec7c637dd1c53a97730f5c5872cbb064cbd785c
parent549043294fcd35b27501285fa9018b47acbcaec5
Fix the timeout issues when running framework tests.

I was checking for false on stream_select; I needed to check for 0 instead.

Reviewed By: @ptarjan

Differential Revision: D1042557
hphp/test/frameworks/run.php