tests/amdgpu: Correct the fence status check
When waiting for the fence to time out, the fence status will return -ETIME instead of 0. Because it is a negative test, the -ETIME should be our expect error.
Signed-off-by: Jesse Zhang Jesse.Zhang@amd.com