Even though this question is vague and any answer I can give will be subject to a large margin of error, ill give it a shot (more flack shot than sniper shot)
When working from a pre-existing engine the development time for the FPS genre is significantly shortened, bearing in mind that fully functional games companies can spend 2- 5 years on the engine and initial game builds, and thats with teams of 40 + programmers!!!!!.
I am working with the assumption that you intend to make a 'heavy' mod (bears little resemblance to the game to which engine you are using).
The largest component of building a complex FPS other than concept design and functional design is easily the modelling and level building. For a single designer (with experience of whatever engine and sdk youre using) to make a full 'level' can potentially take months if the designer has to prepare all his own new textures from scratch etc.
As for code time well with any 'heavy mod' its about a month for a programmer with experience as most commercial engines already support anything you could want to do, the programmer just needs to fine tune essentially.
Testing is impossible to estimate, but keep a large portion of your time available for it.
To develop for consoles takes much much longer as theyre arent many available engines to work from e.g. the ps2 had a development sdk which run a linux distro and you HAD to start from scratch.
With one exception the XBOX 360 has a fantastic development plateau with lots of functionality and variety available to you, c# based development only but that is fine. Powerful and quick to develop on.... the downside is you need xbox live gold (£40 per annum) and XNA creators club (£20 ish per annum).
In short XNA is a fantastic place to start for the console realm and PC dev will take time so i suggest starting on small mods for the quake, source and unreal engines to get your feet wet
hope that helped a bit , if you have any further questions feel free to ask me.